Deprecated API


Contents
Deprecated Classes
com.tngtech.jgiven.config.AbstractJGivenConfiguraton
          use correctly spelled class AbstractJGivenConfiguration instead 
 

Deprecated Annotation Types
com.tngtech.jgiven.annotation.NotImplementedYet
          use Pending instead 
 

Deprecated Fields
com.tngtech.jgiven.attachment.MediaType.PLAIN_TEXT
          use PLAIN_TEXT_UTF_8 instead 
 

Deprecated Methods
com.tngtech.jgiven.attachment.Attachment.fromTextFile(File, MediaType, Charset)
          use fromTextFile without charSet with a mediaType that has a specified charSet 
com.tngtech.jgiven.attachment.Attachment.fromTextInputStream(InputStream, MediaType, Charset)
          use fromTextInputStream without charSet with a mediaType that has a specified charSet 
com.tngtech.jgiven.config.TagConfiguration.getType()
          use TagConfiguration.getName() instead 
com.tngtech.jgiven.attachment.MediaType.text(String)
          use a method with a specific encoding 
com.tngtech.jgiven.config.TagConfiguration.Builder.type(String)
          use TagConfiguration.Builder.name(String) instead 
 

Deprecated Constructors
com.tngtech.jgiven.attachment.MediaType(MediaType.Type, String, boolean)
          please use static factory methods instead 
 

Deprecated Annotation Type Elements
com.tngtech.jgiven.annotation.IsTag.type
          use IsTag.name() instead