public class CheckedBinaryOperatorTest extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
CheckedBinaryOperatorTest.Meh |
Constructor and Description |
---|
CheckedBinaryOperatorTest() |
Modifier and Type | Method and Description |
---|---|
void |
maxBy() |
void |
maxByRequiresNonNull() |
void |
maxByReturnsSecondWhenEqual()
This test exists for the sole purpose of killing PiTest mutation "changed conditional boundary".
|
void |
maxByReversedToCoverBranching() |
void |
minBy() |
void |
minByArgsReversedToCoverBranching() |
void |
minByRequiresNonNull() |
void |
minByReturnsSecondWhenEqual()
This test exists for the sole purpose of killing PiTest mutation "changed conditional boundary".
|
void |
serializableIfComparatorIs() |
@Test public void maxByRequiresNonNull()
@Test public void minByRequiresNonNull()
@Test public void minByReturnsSecondWhenEqual() throws Throwable
Throwable
@Test public void maxByReturnsSecondWhenEqual() throws Throwable
Throwable
@Test public void minByArgsReversedToCoverBranching() throws Throwable
Throwable
@Test public void maxByReversedToCoverBranching() throws Throwable
Throwable
@Test public void serializableIfComparatorIs()
Copyright © 2016–2018 earcam. All rights reserved.