public class RegexReplaceTest extends Object
RegexReplaceのテスタ| コンストラクタと説明 |
|---|
RegexReplaceTest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
setUp() |
void |
testCheckcondition_PatternNull()
Tests construction of the processor with a null
|
void |
testCheckcondition_ReplacementNull()
Tests construction of the processor with a null
|
void |
testExecute_inputNull()
Tests execution with a null input (should throw an Exception).
|
void |
testExecute_match()
Tests unchained/chained execution with matching.
|
void |
testExecute_no_match()
Tests unchained/chained execution with matching.
|
void |
testExecute_partial_match()
Tests unchained/chained execution with partial matching.
|
void |
testExecute_partial_no_match()
Tests unchained/chained execution with partial matching.
|
public void testCheckcondition_PatternNull()
public void testCheckcondition_ReplacementNull()
public void testExecute_match()
public void testExecute_no_match()
public void testExecute_partial_match()
public void testExecute_partial_no_match()
public void testExecute_inputNull()
Copyright © 2025 mygreen. All rights reserved.