1.

What Are Junit Classes? List Some Of Them?

Answer»

JUnit classes are important classes which are used in writing and testing JUnits. Some of the important classes are −

  • Assert − It contains a set of assert methods.
  • TestCase − It contains a test CASE defines the FIXTURE to run multiple tests.
  • TestResult − It contains methods to COLLECT the results of executing a test case.
  • TestSuite − It is a COMPOSITE of Tests.

JUnit classes are important classes which are used in writing and testing JUnits. Some of the important classes are −



Discussion

No Comment Found