Class SerenityTestCaseFinder

java.lang.Object
net.thucydides.core.requirements.SerenityTestCaseFinder

public class SerenityTestCaseFinder
extends java.lang.Object
Created by john on 22/07/2015.
  • Constructor Summary

    Constructors
    Constructor Description
    SerenityTestCaseFinder()  
  • Method Summary

    Modifier and Type Method Description
    boolean isSerenityTestCase​(java.lang.Class<?> testClass)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SerenityTestCaseFinder

      public SerenityTestCaseFinder()
  • Method Details

    • isSerenityTestCase

      public boolean isSerenityTestCase​(java.lang.Class<?> testClass)