This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei2
/
jwebssh
forked from
wangwei/jwebssh
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
Activity
Issues
1
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
主入口单测
undefined
wangwei10061
3 months ago
parent
5d9e61b0f3
commit
85844979d3
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/test/java/com/educoder/bridge/MainTest.java
+ 1
- 0
src/test/java/com/educoder/bridge/MainTest.java
View File
@@ -21,6 +21,7 @@ public class MainTest {
public void test2(){
int i=11;
assert i > 10 : String.format("变量i=%s,需要大于10", i);
}
}
Write
Preview
Loading…
Cancel
Save