Skip to content

robynsilber/BalancedBraces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BalancedBraces

Test Tool for checking whether all braces, brackets, and parentheses are balanced in Java code

Features:

TO BE UPDATE

Functional test list:

unit testing for each class method.

smoke testing for add-in features (genReport and FileChooser).

positive negative testing (input file formation, legal input string for balanceBraces() ).

integration testing for whole program.

Non-funcitonal test list:

performance testing: genReport time, balanceBraces() process time.

differnet case testing: 1kb input file, 1 MB input file record the time for evaluation.

scalabilty tesitng: all the classes have been encapsulted and have already created API for accessing member variable.

reliable testing: with wrong input or error manipulation, program won't be crashed or shut down.

Final version please check at this link: (FAIL TO MERGE)

https://github.com/Edwinzero/BalancedBraces

About

Test Tool for checking whether all braces, brackets, and parentheses are balanced in Java code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages