A C D F I L M S T X 
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ACCOUNT_COMPARATOR - Static variable in class de.japrost.jabudget.serialization.AccountFixture
 - 
Comparator based on id.
 - AccountFixture - Class in de.japrost.jabudget.serialization
 - 
Fixtures for
Accounts. - AccountFixture() - Constructor for class de.japrost.jabudget.serialization.AccountFixture
 - ALT_ACCOUNT_ID - Static variable in interface de.japrost.jabudget.serialization.FixtureValues
 - 
alternate Account id
 - ALT_ACCOUNT_NAME - Static variable in interface de.japrost.jabudget.serialization.FixtureValues
 - 
alternate Account name
 - alternateAccount() - Static method in class de.japrost.jabudget.serialization.AccountFixture
 - alternateDomainStore() - Static method in class de.japrost.jabudget.serialization.DomainStoreFixture
 
C
- closeCut() - Method in class de.japrost.jabudget.serialization.LazyFileInputStreamTest
 - 
Be kind and close before exit.
 - closeCut() - Method in class de.japrost.jabudget.serialization.LazyFileOutputStreamTest
 - 
Be kind and close before exit.
 
D
- de.japrost.jabudget.serialization - package de.japrost.jabudget.serialization
 - de.japrost.jabudget.serialization.xstream - package de.japrost.jabudget.serialization.xstream
 - DEF_ACCOUNT_ID - Static variable in interface de.japrost.jabudget.serialization.FixtureValues
 - 
default Account id
 - DEF_ACCOUNT_NAME - Static variable in interface de.japrost.jabudget.serialization.FixtureValues
 - 
default Account name
 - defaultAccount() - Static method in class de.japrost.jabudget.serialization.AccountFixture
 - defaultDomainStore() - Static method in class de.japrost.jabudget.serialization.DomainStoreFixture
 - deserialize_default() - Method in class de.japrost.jabudget.serialization.xstream.XStreamSerializationTest
 - 
Test main deserialization features.
 - deserialize_multi() - Method in class de.japrost.jabudget.serialization.xstream.XStreamSerializationTest
 - 
Test advanced deserialization features.
 - DomainStoreFixture - Class in de.japrost.jabudget.serialization
 - 
Fixtures for
DomainStores. - DomainStoreFixture() - Constructor for class de.japrost.jabudget.serialization.DomainStoreFixture
 
F
- FixtureValues - Interface in de.japrost.jabudget.serialization
 - 
Values to be used in fixtures.
 
I
- initCut() - Method in class de.japrost.jabudget.serialization.LazyFileInputStreamTest
 - 
Set cut with a file.
 - initCut() - Method in class de.japrost.jabudget.serialization.LazyFileOutputStreamTest
 - 
Set cut and helping reader with a file.
 
L
- LazyFileInputStreamTest - Class in de.japrost.jabudget.serialization
 - 
Test the
LazyFileInputStream. - LazyFileInputStreamTest() - Constructor for class de.japrost.jabudget.serialization.LazyFileInputStreamTest
 - LazyFileOutputStreamTest - Class in de.japrost.jabudget.serialization
 - 
Test the
LazyFileOutputStream. - LazyFileOutputStreamTest() - Constructor for class de.japrost.jabudget.serialization.LazyFileOutputStreamTest
 
M
- multiDomainStore() - Static method in class de.japrost.jabudget.serialization.DomainStoreFixture
 
S
- serialize_default() - Method in class de.japrost.jabudget.serialization.xstream.XStreamSerializationTest
 - 
Test main serialization features.
 - serialize_multi() - Method in class de.japrost.jabudget.serialization.xstream.XStreamSerializationTest
 - 
Test advanced serialization features.
 - setUp() - Method in class de.japrost.jabudget.serialization.xstream.XStreamSerializationTest
 - 
Set up each test.
 
T
- testAvailable() - Method in class de.japrost.jabudget.serialization.LazyFileInputStreamTest
 - 
Test that available() opens the delegate and delegates.
 - testAvailable_notOpening() - Method in class de.japrost.jabudget.serialization.LazyFileInputStreamTest
 - 
Test that available() not reopen the delegate and delegates.
 - testClose() - Method in class de.japrost.jabudget.serialization.LazyFileInputStreamTest
 - 
Test that close() closes the delegate.
 - testGetChannel() - Method in class de.japrost.jabudget.serialization.LazyFileInputStreamTest
 - 
Test that getChannel() opens the delegate and delegates.
 - testGetChannel_notOpening() - Method in class de.japrost.jabudget.serialization.LazyFileInputStreamTest
 - 
Test that getChannel() not reopen the delegate and delegates.
 - testGetFD() - Method in class de.japrost.jabudget.serialization.LazyFileInputStreamTest
 - 
Test that getFD() opens the delegate and delegates.
 - testGetFD_notReopening() - Method in class de.japrost.jabudget.serialization.LazyFileInputStreamTest
 - 
Test that getFD() not reopen the delegate and delegates.
 - testMulitClose() - Method in class de.japrost.jabudget.serialization.LazyFileInputStreamTest
 - 
Test that close() closes the delegate but next action reopens a new one.
 - testRead() - Method in class de.japrost.jabudget.serialization.LazyFileInputStreamTest
 - 
Test that read() opens the delegate and delegates.
 - testRead_twice() - Method in class de.japrost.jabudget.serialization.LazyFileInputStreamTest
 - 
Test that read() does not reopen the delegate and delegates.
 - testReadAllBytes() - Method in class de.japrost.jabudget.serialization.LazyFileInputStreamTest
 - 
Test that readAllBytes() opens the delegate and delegates.
 - testReadAllBytes_notOpening() - Method in class de.japrost.jabudget.serialization.LazyFileInputStreamTest
 - 
Test that readAllBytes() not reopen the delegate and delegates.
 - testReadByteArray() - Method in class de.japrost.jabudget.serialization.LazyFileInputStreamTest
 - 
Test that read(byte[] b) opens the delegate and delegates.
 - testReadByteArray_twice() - Method in class de.japrost.jabudget.serialization.LazyFileInputStreamTest
 - 
Test that read(byte[] b) not reopen the delegate and delegates.
 - testReadByteArrayOffset() - Method in class de.japrost.jabudget.serialization.LazyFileInputStreamTest
 - 
Test that read(final byte[] b, final int off, final int len) opens the delegate and delegates.
 - testReadByteArrayOffset_twice() - Method in class de.japrost.jabudget.serialization.LazyFileInputStreamTest
 - 
Test that read(final byte[] b, final int off, final int len) not reopen the delegate and delegates.
 - testReadNBytes() - Method in class de.japrost.jabudget.serialization.LazyFileInputStreamTest
 - 
Test that readNBytes(final byte[] b, final int off, final int len) opens the delegate and delegates.
 - testReadNBytes_notOpening() - Method in class de.japrost.jabudget.serialization.LazyFileInputStreamTest
 - 
Test that readNBytes(final byte[] b, final int off, final int len) not reopen the delegate and delegates.
 - testSkip() - Method in class de.japrost.jabudget.serialization.LazyFileInputStreamTest
 - 
Test that skip() opens the delegate and delegates.
 - testSkip_notOpening() - Method in class de.japrost.jabudget.serialization.LazyFileInputStreamTest
 - 
Test that skip() not reopen the delegate and delegates.
 - testTransferTo() - Method in class de.japrost.jabudget.serialization.LazyFileInputStreamTest
 - 
Test that transferTo() opens the delegate and delegates.
 - testTransferTo_notReopening() - Method in class de.japrost.jabudget.serialization.LazyFileInputStreamTest
 - 
Test that transferTo() not reopen the delegate and delegates.
 - testWrite() - Method in class de.japrost.jabudget.serialization.LazyFileOutputStreamTest
 - 
Test that write() opens the delegate and delegates.
 - testWrite_twice() - Method in class de.japrost.jabudget.serialization.LazyFileOutputStreamTest
 - 
Test that write() opens the delegate and delegates even two times.
 
X
- XStreamSerializationTest - Class in de.japrost.jabudget.serialization.xstream
 - 
Test the
XStreamSerialization. - XStreamSerializationTest() - Constructor for class de.japrost.jabudget.serialization.xstream.XStreamSerializationTest
 
All Classes All Packages