8000 Test Case Results for Demo CI Integration with CircleCI · qas-demo/activeadmin-demo@104273f · GitHub
[go: up one dir, main page]

Skip to content

Commit 104273f

Browse files
committed
Test Case Results for Demo CI Integration with CircleCI
1 parent 1b8fb5f commit 104273f

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
throw new PendingException();
17+
}
18+
19+
@Then ("^Release is created$")
20+
public void Release is created throws Throwable {
21+
assertEquals("Release is created", "");
22+
}

0 commit comments

Comments
 (0)
0