Klasse TestCase

java.lang.Object
pgp.wkd.test_suite.TestCase

public class TestCase extends Object
  • Konstruktordetails

    • TestCase

      public TestCase(pgp.wkd.test_suite.TestCase.Expectation expectation, String testTitle, String description, String lookupMailAddress, Path certificatePath, URI lookupUri)
  • Methodendetails

    • ok

      public static TestCase ok(String title, String description, String lookupMail, WkdDirectoryStructure structure)
    • fail

      public static TestCase fail(String title, String description, String lookupMail, WkdDirectoryStructure structure)
    • isExpectSuccess

      public boolean isExpectSuccess()
    • isExpectFailure

      public boolean isExpectFailure()
    • isUnassertive

      public boolean isUnassertive()
    • getTestTitle

      public String getTestTitle()
    • getTestDescription

      public String getTestDescription()
    • getLookupMailAddress

      public String getLookupMailAddress()
    • getCertificatePath

      public String getCertificatePath()
    • getLookupUri

      public URI getLookupUri()