Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
|
Test Bitstream
w/ raw linear and bulk read/write access w/o semantics:
More...
Public Member Functions | |
void | test01LinearBitsMSBFirst () throws IOException |
void | test02LinearBitsLSBFirst () throws IOException |
void | test03BulkBits () throws IOException |
void | test05ErrorHandling () throws IOException |
Public Member Functions inherited from jau.test.junit.util.JunitTracer | |
final String | getFullTestName (final String separator) |
final String | getSimpleTestName (final String separator) |
final String | getTestMethodName () |
final void | setUpBase () |
final void | tearDownBase () |
Static Public Member Functions | |
static void | main (final String args[]) throws IOException |
Static Public Member Functions inherited from jau.test.junit.util.JunitTracer | |
static final boolean | isTestSupported () |
static final void | oneTimeSetUpBase () |
static final void | oneTimeTearDownBase () |
static final void | setTestSupported (final boolean v) |
static void | waitForKey (final String preMessage) |
Additional Inherited Members | |
Public Attributes inherited from jau.test.junit.util.JunitTracer | |
final TestName | _unitTestName = new TestName() |
Test Bitstream
w/ raw linear and bulk read/write access w/o semantics:
Bitstream#readBit(boolean)
Bitstream#writeBit(boolean, int)
Bitstream#mark(int)
Bitstream#reset()
Bitstream#flush()
Bitstream#readBits31(int)
Bitstream#writeBits31(int, int)
Definition at line 55 of file TestBitstream01.java.
void jau.test.util.TestBitstream01.test01LinearBitsMSBFirst | ( | ) | throws IOException |
Definition at line 115 of file TestBitstream01.java.
void jau.test.util.TestBitstream01.test02LinearBitsLSBFirst | ( | ) | throws IOException |
Definition at line 119 of file TestBitstream01.java.
void jau.test.util.TestBitstream01.test03BulkBits | ( | ) | throws IOException |
Definition at line 243 of file TestBitstream01.java.
void jau.test.util.TestBitstream01.test05ErrorHandling | ( | ) | throws IOException |
Definition at line 337 of file TestBitstream01.java.
|
static |