8000
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 0b13df7 commit 09398d3Copy full SHA for 09398d3
tests/pulse/generated/Test vowel counts.spec.java
@@ -0,0 +1,22 @@
1
+package com.pulsedemo.steps;
2
+
3
+import org.junit.Assert;
4
5
+import cucumber.api.java.en.Given;
6
+import cucumber.api.java.en.Then;
7
+import cucumber.api.java.en.When;
8
9
+@Given("^API version for word counts must be 1.2.23$")
10
+public void API version for word counts must be 1.2.23 throws Throwable {
11
+ throw new PendingException();
12
+}
13
14
+@When("^The word "gauge" should have "3" vowels$")
15
+public void The word "gauge" should have "3" vowels$ throws Throwable {
16
17
18
19
+@Then ("^"3"$")
20
+public void "3" throws Throwable {
21
+ assertEquals(""3"", "");
22
0 commit comments