use of com.google.cloud.tools.intellij.testing.apis.TestCloudLibrary in project google-cloud-intellij by GoogleCloudPlatform.
the class GoogleCloudApiSelectorPanelTest method assertDetailsEmpty.
/**
* Asserts the given library details {@link JPanel} is empty.
*
* @param panel the {@link JPanel} for the details view to assert on
*/
private static void assertDetailsEmpty(GoogleCloudApiDetailsPanel panel) {
TestCloudLibrary emptyLibrary = TestCloudLibrary.createEmpty();
assertDetailsShownForLibrary(panel, emptyLibrary, emptyLibrary.clients().get(0));
}
Aggregations