All Downloads are FREE. Search and download functionalities are using the official Maven repository.

public.javadoc.org.spincast.testing.junitrunner.BeforeAfterClassMethodsProvider.html Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version






BeforeAfterClassMethodsProvider (org.spincast:spincast-framework 1.0.0 API)












org.spincast.testing.junitrunner

Interface BeforeAfterClassMethodsProvider

    • Method Detail

      • beforeClass

        void beforeClass()
        Called before the tests of the class are ran.
      • afterClass

        void afterClass()
        Called after the tests of the class are ran.

        This will only be called if the beforeClass() method completed successfully, so you can be sure that the instanciation of the class is complete here.

      • beforeClassException

        void beforeClassException(Throwable ex)
        This method will be called if an exception occures during the beforeClass() execution. Be careful!! Here, you are pretty much certain that the instanciation of the class was not succesful, so you can't use any of its methods!

Copyright © 2019. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy