-
Notifications
You must be signed in to change notification settings - Fork 0
Blog #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Blog #2
Changes from all commits
8d16d5a
8221ff7
db6fbfe
a28a4a2
9948bd1
798fb97
a0c630c
82a2f36
5be5e7f
a9ea64d
7a12d24
b0dca87
708bada
31d9877
30b1bed
2b4f9bf
5b3d57f
e4e87e6
2a77ac3
4d678c8
7f10a2f
a01bc21
b9e9d6f
b35ece4
c41c197
0606861
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| package example; | ||
|
|
||
| public class HelloWorld { | ||
| public class HelloWorld implements Cloneable { | ||
|
|
||
| public void coveredByUnitTest() { | ||
| System.out.println("coveredByUnitTest1"); | ||
|
Owner
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
|
|
@@ -16,5 +16,16 @@ public void coveredByIntegrationTest() { | |
| public void notCovered() { | ||
| System.out.println("notCovered"); | ||
|
Owner
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| } | ||
|
|
||
|
|
||
| public void morenotCovered() { | ||
| System.out.println("morenotCovered"); | ||
|
Owner
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| } | ||
|
|
||
| public void morenotCovered2() { | ||
| System.out.println("morenotCovered"); | ||
|
Owner
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| } | ||
|
|
||
| public void morenotCovered3() { | ||
| System.out.println("morenotCovered"); | ||
|
Owner
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| } | ||
| } | ||



There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.