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()
RawCharUtil.trimTrailingWhitespace(byte[], int, int)
.public void testTrimLeadingWhitespace()
RawCharUtil.trimLeadingWhitespace(byte[], int, int)
.Copyright © 2018 Eclipse JGit Project. All rights reserved.