C# Class Lucene.Net.Support.TestLongBuffer

Tests from JDK/nio/BasicLong.java
Inheritance: BaseBufferTestCase
显示文件 Open project: apache/lucenenet Class Usage Examples

Public Methods

Method Description
TestAllocate ( ) : void
test ( int level, LongBuffer b, bool direct ) : void
test ( long ba ) : void

Private Methods

Method Description
Test ( ) : void
absGet ( LongBuffer b ) : void
absPut ( LongBuffer b ) : void
bulkGet ( LongBuffer b ) : void
bulkPutArray ( LongBuffer b ) : void
bulkPutBuffer ( LongBuffer b ) : void
callReset ( LongBuffer b ) : void
checkSlice ( LongBuffer b, LongBuffer slice ) : void
fail ( string problem, LongBuffer xb, LongBuffer yb, long x, long y ) : void
putBuffer ( ) : void
relGet ( LongBuffer b ) : void
relGet ( LongBuffer b, int start ) : void
relPut ( LongBuffer b ) : void
tryCatch ( Buffer b, Type ex, System.Action thunk ) : void
tryCatch ( long t, Type ex, System.Action thunk ) : void

Method Details

TestAllocate() public static method

public static TestAllocate ( ) : void
return void

test() public static method

public static test ( int level, LongBuffer b, bool direct ) : void
level int
b LongBuffer
direct bool
return void

test() public static method

public static test ( long ba ) : void
ba long
return void