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 1b8fb5f commit 104273fCopy full SHA for 104273f
tests/pulse/generated/Demo CI Integration with CircleCI.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("^Must be using Circle 2.0$")
10
+public void Must be using Circle 2.0 throws Throwable {
11
+ throw new PendingException();
12
+}
13
14
+@When("^[CREATE] POST /api/v1/releases$")
15
+public void [CREATE] POST /api/v1/releases$ throws Throwable {
16
17
18
19
+@Then ("^Release is created$")
20
+public void Release is created throws Throwable {
21
+ assertEquals("Release is created", "");
22
0 commit comments