lundi 28 mars 2016

Writing a test suite in scala to compare output of java programs

So how would i go abouts building a test suite in scala for my problem that follows:

So i have a list of java programs. i want to pass each of the java programs into my scala program which does something to the program, then outputs a new version of it. Then runs the the old and new java program and check whether the outputs are the same?

Would anyone be able to help?

Aucun commentaire:

Enregistrer un commentaire