Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 98ba415

Browse filesBrowse files
committed
Adds javadoc to unit-test
1 parent 5d3bae7 commit 98ba415
Copy full SHA for 98ba415

File tree

Expand file treeCollapse file tree

1 file changed

+6
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-0
lines changed

‎src/test/java/org/kohsuke/github/GHRepositoryTest.java

Copy file name to clipboardExpand all lines: src/test/java/org/kohsuke/github/GHRepositoryTest.java
+6Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1344,6 +1344,12 @@ public void getCheckRuns() throws Exception {
13441344
}
13451345
}
13461346

1347+
/**
1348+
* Filter out the checks from a reference
1349+
*
1350+
* @throws Exception
1351+
* the exception
1352+
*/
13471353
@Test
13481354
public void getCheckRunsWithParams() throws Exception {
13491355
final int expectedCount = 1;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.