public class ErrataManagerTest extends BaseTestCaseWithUser
user| Constructor and Description |
|---|
ErrataManagerTest() |
| Modifier and Type | Method and Description |
|---|---|
static Bug |
createNewPublishedBug(java.lang.Long id,
java.lang.String summary) |
static Bug |
createNewUnpublishedBug(java.lang.Long id,
java.lang.String summary) |
void |
testAdvisoryNameUnique() |
void |
testCreate() |
void |
testErrataInSet() |
void |
testLookupErrata() |
void |
testOnlyRelevantErrataPerSystem()
Test only relevant errata per system.
|
void |
testPackageManagerErratas()
Test that with 2 software management stack erratas, where one system
is affected by one of them, and the other by both, they are scheduled
before other erratas, and bundled in a single action.
|
void |
testPublish() |
void |
testRelevantErrataByTypeList() |
void |
testRelevantErrataList() |
void |
testSearch() |
void |
testSearchByPackagesIds() |
void |
testStore() |
void |
testSystemsAffected() |
void |
testUnpublishedErrata() |
void |
testUnpublishedInSet() |
void |
xxxxLookupErrataByAdvisoryType() |
commitHappened, setUp, tearDownassertContains, assertContains, assertContains, assertNotBefore, assertNotBefore, assertNotEmpty, assertNotEmpty, assertPropertyEquals, clearSession, commitAndCloseSession, createDirIfNotExists, disableLocalizationServiceLogging, enableLocalizationServiceLogging, flushAndEvict, getNow, reload, reloadassertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, toStringpublic static Bug createNewPublishedBug(java.lang.Long id, java.lang.String summary)
public static Bug createNewUnpublishedBug(java.lang.Long id, java.lang.String summary)
public void testPublish()
throws java.lang.Exception
java.lang.Exceptionpublic void testStore()
throws java.lang.Exception
java.lang.Exceptionpublic void testCreate()
public void testSearchByPackagesIds()
throws java.lang.Exception
java.lang.Exceptionpublic void testSearch()
throws java.lang.Exception
java.lang.Exceptionpublic void testRelevantErrataList()
throws java.lang.Exception
java.lang.Exceptionpublic void testRelevantErrataByTypeList()
throws java.lang.Exception
java.lang.Exceptionpublic void testUnpublishedErrata()
public void testUnpublishedInSet()
public void testLookupErrata()
throws java.lang.Exception
java.lang.Exceptionpublic void testSystemsAffected()
throws java.lang.Exception
java.lang.Exceptionpublic void testAdvisoryNameUnique()
throws java.lang.Exception
java.lang.Exceptionpublic void xxxxLookupErrataByAdvisoryType()
throws java.io.IOException
java.io.IOExceptionpublic void testErrataInSet()
throws java.lang.Exception
java.lang.Exceptionpublic void testOnlyRelevantErrataPerSystem()
throws java.lang.Exception
java.lang.Exception - the exceptionpublic void testPackageManagerErratas()
throws java.lang.Exception
java.lang.Exception - the exception