Tests AbstractDocument.AbstractElement class - the part which
implements MutableAttributeSet interface - when no the document
is not write-locked. This class constructs TestSuite to include only
those test-methods which modify the attribute set.
Field Summary
static boolean
exceptionThrown Becomes true when the exception in the Runnable object is thrown.
testAddAttributeAnotherThread() Tests that a concurrently running thread can't modify an element
attributes, while a document is write-locked by another thread.
Tests that a concurrently running thread can't modify an element
attributes, while a document is write-locked by another thread.
throws: InterruptedException - if sleep is interrupted.