| org.apache.tapestry.ioc.test.TestBase org.apache.tapestry.ioc.internal.util.ConcurrentBarrierTest
ConcurrentBarrierTest | public class ConcurrentBarrierTest extends TestBase (Code) | | Test is structured a bit oddly, since it evolved from when the Concurrence annotation and aspect
evolved into the
ConcurrentBarrier utility class.
|
indirection_between_read_method_and_write_method | public void indirection_between_read_method_and_write_method() throws Exception(Code) | | |
multiple_synchronized_objects | public void multiple_synchronized_objects() throws Exception(Code) | | Test that locking, especially read lock upgrade and downgrade, work properly when there's
more than one object involved.
|
read_lock_inside_try_write_lock | public void read_lock_inside_try_write_lock() throws Exception(Code) | | |
read_lock_inside_write_lock | public void read_lock_inside_write_lock() throws Exception(Code) | | |
read_lock_then_try_write_lock | public void read_lock_then_try_write_lock() throws Exception(Code) | | |
read_lock_then_write_lock | public void read_lock_then_write_lock() throws Exception(Code) | | |
try_write_lock_inside_read_lock | public void try_write_lock_inside_read_lock() throws Exception(Code) | | |
write_lock_inside_read_lock | public void write_lock_inside_read_lock() throws Exception(Code) | | |
write_lock_timeout_inside_read_lock | public void write_lock_timeout_inside_read_lock() throws Exception(Code) | | |
|
|