Package | Description |
---|---|
com.gargoylesoftware.base.gui |
Classes that are UI related.
|
com.gargoylesoftware.base.testing |
Classes that are useful during testing
|
com.gargoylesoftware.base.trace |
Classes involving tracing (error logging)
|
Modifier and Type | Method and Description |
---|---|
protected void |
ThrowablePanel.assertNotNull(String fieldName,
Object fieldValue)
Verify that the specified value is not null.
|
protected void |
TableLayoutDebuggingPanel.assertNotNull(String fieldName,
Object fieldValue)
Verify that the specified value is not null.
|
protected static void |
TableLayoutConstraints.assertNotNull(String fieldName,
Object fieldValue)
Verify that the specified value is not null.
|
protected void |
TableLayout.assertNotNull(String fieldName,
Object fieldValue)
Verify that the specified value is not null.
|
Modifier and Type | Method and Description |
---|---|
static void |
TestUtil.assertNotNull(String fieldName,
Object fieldValue)
Verify that the specified value is not null.
|
protected void |
SampleBean.assertNotNull(String fieldName,
Object fieldValue)
Verify that the specified value is not null.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
Trace.assertNotNull(String fieldName,
Object fieldValue)
Verify that the specified value is not null.
|
protected void |
TraceChannel.assertNotNull(String fieldName,
Object fieldValue)
Verify that the specified value is not null.
|
protected void |
BlockingCircularQueue.assertNotNull(String fieldName,
Object fieldValue)
Verify that the specified value is not null.
|
protected void |
TraceController.assertNotNull(String fieldName,
Object fieldValue)
Verify that the specified value is not null.
|
protected void |
TraceItemDispatcher.assertNotNull(String fieldName,
Object fieldValue)
Verify that the specified value is not null.
|
protected void |
TraceItemQueue.assertNotNull(String fieldName,
Object fieldValue)
Verify that the specified value is not null.
|
protected void |
TraceItem.assertNotNull(String fieldName,
Object fieldValue)
Verify that the specified value is not null.
|
Copyright © 1998–2014 Gargoyle Software Inc.. All rights reserved.