public class GreedyPathMarshallersTest extends Object
| Constructor and Description |
|---|
GreedyPathMarshallersTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
emptyPathValue_ThrowsException() |
void |
integerPathValue_ReplacesPlaceholder() |
void |
longPathValue_ReplacesPlaceholder() |
void |
nonEmptyPathValue_ReplacesPlaceholder() |
void |
nullIntegerPathValue_ThrowsException() |
void |
nullLongPathValue_ThrowsException() |
void |
nullPathValue_ThrowsException() |
void |
pathValueWithLeadingSlash_TrimmedBeforeReplaced() |
void |
pathValueWithSlashes_NotUrlEncodedWhenReplaced() |
public void nullPathValue_ThrowsException()
public void emptyPathValue_ThrowsException()
public void nonEmptyPathValue_ReplacesPlaceholder()
public void pathValueWithSlashes_NotUrlEncodedWhenReplaced()
public void pathValueWithLeadingSlash_TrimmedBeforeReplaced()
public void integerPathValue_ReplacesPlaceholder()
public void longPathValue_ReplacesPlaceholder()
public void nullIntegerPathValue_ThrowsException()
public void nullLongPathValue_ThrowsException()
Copyright © 2017. All rights reserved.