Class NoJobsWorkspaceTestCase

java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.eclipse.handly.junit.WorkspaceTestCase
org.eclipse.handly.junit.NoJobsWorkspaceTestCase
All Implemented Interfaces:
junit.framework.Test

public class NoJobsWorkspaceTestCase extends WorkspaceTestCase
A WorkspaceTestCase that suspends execution of all jobs in its setUp() method and resumes execution of jobs in its tearDown() method. It ensures that no jobs will execute while a test is running.
Since:
1.7
  • Constructor Details

    • NoJobsWorkspaceTestCase

      public NoJobsWorkspaceTestCase()
      No-arg constructor to enable serialization. This method is not intended to be used by mere mortals without calling setName().
    • NoJobsWorkspaceTestCase

      public NoJobsWorkspaceTestCase(String name)
      Constructs a test case with the given name.
  • Method Details