Class Assume


  • public abstract class Assume
    extends Object
    Provides utility methods that allow JUnit tests to Assume certain conditions hold true. If the assumption fails, it means the test should be skipped.
    • Constructor Detail

    • Method Detail