Interface TestEx

  • All Superinterfaces:
    STest
    All Known Implementing Classes:
    TestImpl

    public interface TestEx
    extends STest
    Author:
    Maxim Podkolzine (maxim.podkolzine@jetbrains.com)
    • Method Detail

      • getProject

        @Nullable
        SProject getProject()
        Returns the associated project instance.
        Returns:
        the associated project instance
        See Also:
        STest.getProjectId()
      • changeProject

        @NotNull
        STest changeProject​(@NotNull
                            String projectId)
        Returns a copy of the test in a new project. Note: despite the name, this test is not modified.
        Parameters:
        projectId - new project id
        Returns:
        new test
        Since:
        8.1