public class RawCharUtilTest extends Object
| Constructor and Description |
|---|
RawCharUtilTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
testIsWhitespace()
Test method for
RawCharUtil.isWhitespace(byte). |
void |
testTrimLeadingWhitespace()
Test method for
RawCharUtil.trimLeadingWhitespace(byte[], int, int). |
void |
testTrimTrailingWhitespace()
Test method for
RawCharUtil.trimTrailingWhitespace(byte[], int, int). |
public void testIsWhitespace()
RawCharUtil.isWhitespace(byte).public void testTrimTrailingWhitespace()
throws UnsupportedEncodingException
RawCharUtil.trimTrailingWhitespace(byte[], int, int).UnsupportedEncodingExceptionpublic void testTrimLeadingWhitespace()
throws UnsupportedEncodingException
RawCharUtil.trimLeadingWhitespace(byte[], int, int).UnsupportedEncodingExceptionCopyright © 2016 Eclipse JGit Project. All rights reserved.