public class LengthBetweenTest extends Object
LengthBetweenのテスタ| コンストラクタと説明 |
|---|
LengthBetweenTest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
setUp() |
void |
testConstructor_minLessThan0()
Test constructor argument's with wrong values.
|
void |
testConstructor_nexNull()
Test constructor argument's with wrong values.
|
void |
testConstuctor_maxLessThanMin()
Test constructor argument's with wrong values.
|
void |
testExecute_inputAvovbeMax()
Test execusion with invalid value.
|
void |
testExecute_inputBelowMin()
Test execusion with invalid value.
|
void |
testExecute_inputNull()
Test execusion with a null input.
|
void |
testExecute_inputValid()
Test execusion with valid value.
|
public void testConstuctor_maxLessThanMin()
max < min
public void testConstructor_minLessThan0()
min < 0
public void testConstructor_nexNull()
next is null
public void testExecute_inputNull()
public void testExecute_inputValid()
public void testExecute_inputAvovbeMax()
最大長よりも大きい場合
public void testExecute_inputBelowMin()
最小長よりも小さい場合
Copyright © 2025 mygreen. All rights reserved.