Package 

Class TestCase

  • All Implemented Interfaces:
    com.kaspersky.kaspresso.testcases.core.testassistants.TestAssistantsProvider

    
    public abstract class TestCase
    extends BaseTestCase<Unit, Unit>
                        

    The base class for all test cases. Extend this class with a single base project-wide inheritor of TestCase as a parent for all actual project-wide test cases. Nesting test cases are not permitted because they may produce an exception caused by re-initialization of the Kaspresso, use com.kaspersky.kaspresso.testcases.api.scenario.Scenario instead.