This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
jwebssh
forked from
markchen/ssh-web
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
1
Fork
11
Code
Releases
3
Wiki
evaluate
Activity
Issues
8
Pull Requests
1
Datasets
Model
Cloudbrain
Browse Source
主入口单测
master
wangwei10061
1 month 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