We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 818ece6 commit 4a4df10Copy full SHA for 4a4df10
scala/sources/src/main/scala/io/cucumber/scala/Scenario.scala
@@ -32,7 +32,7 @@ class Scenario(val delegate: TestCaseState) {
32
*/
33
def isFailed: Boolean = delegate.isFailed
34
35
- @deprecated(message = "Use attach instead")
+ @deprecated(message = "Use attach instead", since = "5.x")
36
def embed(data: Array[Byte], mediaType: String): Unit = {
37
delegate.embed(data, mediaType)
38
}
0 commit comments