| java.lang.Object de.uka.ilkd.key.unittest.TestCodeExtractor
TestCodeExtractor | public class TestCodeExtractor (Code) | | Extracts the code, for which we want to create a unittest, from a formula
of the form: < updates> \\< code\\> post.
|
getNewProgramVariables | public SetOfProgramVariable getNewProgramVariables()(Code) | | Returns the program variables newly introduced as substitution for
skolem constants and those found in the IUT.
|
getTermForOracle | public Term getTermForOracle()(Code) | | Returns the formula from which an oracle for the extracted code can
be created.
|
|
|