mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
[gui-tests] According to doc functions throws ComponentLookupException
This commit is contained in:
@@ -384,8 +384,8 @@ open class GuiTestCase {
|
||||
else throw UnableToFindComponent("Message")
|
||||
}
|
||||
|
||||
private fun <S, C : Component> ComponentFixture<S, C>.UnableToFindComponent(component: String): UnsupportedOperationException {
|
||||
return UnsupportedOperationException("""Sorry, unable to find $component component with ${target()} as a Container""")
|
||||
private fun <S, C : Component> ComponentFixture<S, C>.UnableToFindComponent(component: String): ComponentLookupException {
|
||||
return ComponentLookupException("""Sorry, unable to find $component component with ${target()} as a Container""")
|
||||
}
|
||||
|
||||
//*********FIXTURES METHODS FOR IDEFRAME WITHOUT ROBOT and TARGET
|
||||
|
||||
Reference in New Issue
Block a user