PR review comment
This commit is contained in:
@ -102,8 +102,8 @@ public class Foo {
|
|||||||
<code><![CDATA[
|
<code><![CDATA[
|
||||||
@isTest
|
@isTest
|
||||||
public class Foo {
|
public class Foo {
|
||||||
public static testMethod void testAssertEqual() {
|
public static testMethod void testAssertIsTrue() {
|
||||||
Assert.assertEquals(null, someCondition);
|
MyAssert.isTrue(someCondition);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static testMethod void testLocalVerify() {
|
public static testMethod void testLocalVerify() {
|
||||||
|
Reference in New Issue
Block a user