| Class and Description |
|---|
| com.tngtech.jgiven.config.AbstractJGivenConfiguraton
use correctly spelled class
AbstractJGivenConfiguration instead |
| Annotation Type and Description |
|---|
| com.tngtech.jgiven.annotation.NotImplementedYet
use
Pending instead |
| Field and Description |
|---|
| com.tngtech.jgiven.attachment.MediaType.PLAIN_TEXT
use PLAIN_TEXT_UTF_8 instead
|
| Method and Description |
|---|
| 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 |
| Constructor and Description |
|---|
| com.tngtech.jgiven.attachment.MediaType(MediaType.Type, String, boolean)
please use static factory methods instead
|
| Annotation Type Element and Description |
|---|
| com.tngtech.jgiven.annotation.IsTag.type
use
IsTag.name() instead |