TestUtils
Deprecated (for removal)
Since version 0.7.0
A utility class used for JUnit tests which provides reflective access to some properties and assertions. This class is deprecated and will be removed in a future release. Use the new API located in the org.tudalgo.algoutils.tutor.general.reflections package instead.
Author
Ruben Deisenroth
Functions
Link copied to clipboard
Tests whether the modifiers of a class are correct.
Tests whether the modifiers of a constructor are correct.
Tests whether the modifiers of a field are correct.
Tests whether the modifiers of a method are correct.
Tests whether the modifiers are correct.
Link copied to clipboard
Returns
true
if getTestCycle does not return null
.