Skip to content

mitchellwalier/QA-Engineer-Exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

QA-Engineer-Exercise

Thank you for giving me this opportunity. It was fun to code! It is always fun to do File -> New -> Project.

Requirements

JUnit test case execution

Please double check the directory locations

Compile :

        javac -cp <junit-jar-file>;. SentenceMetricsTest.java

Run :

        java -cp <junit-jar>;<hamcrest-jar>;. org.junit.runner.JUnitCore  SentenceMetricsTest 

Usage

Returns all the longest words in a sentence and how long the longest word is.

Comments

  • Special characters aren't counted
  • Class shouldn't worry about grammar, spelling or sentence structure
  • Class shouldn't worry about multiple sentences being in the same string

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages