java.lang.Object
net.thucydides.core.reports.adaptors.xunit.model.Skip

public class Skip
extends java.lang.Object
Details about a skipped test
  • Constructor Summary

    Constructors
    Constructor Description
    Skip​(java.lang.String type)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getType()  

    Methods inherited from class java.lang.Object

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

    • Skip

      public Skip​(java.lang.String type)
  • Method Details

    • getType

      public java.lang.String getType()