MoreFeatureTest.RdThis has no documentation
Version: 1.1.0.9000
Generated: 2024-12-19T17:17:03.373
This has no documentation
new()the first constructor is used if there are none annotated
J = testRapi::JavaApi$get()
instance = J$MoreFeatureTest$new(message1, message2);
testLogging()no title
J = testRapi::JavaApi$get()
instance = J$MoreFeatureTest$new(message1, message2);
instance$testLogging()
throwCatchable()no title
J = testRapi::JavaApi$get()
instance = J$MoreFeatureTest$new(message1, message2);
instance$throwCatchable()
printMessage()no title
J = testRapi::JavaApi$get()
instance = J$MoreFeatureTest$new(message1, message2);
instance$printMessage()
throwRuntime()no title
J = testRapi::JavaApi$get()
instance = J$MoreFeatureTest$new(message1, message2);
instance$throwRuntime()
## -----------------------------------
## Construct new instance of MoreFeatureTest
## -----------------------------------
if (FALSE) { # \dontrun{
J = testRapi::JavaApi$get()
# appropriate parameter values must be provided
instance = J$MoreFeatureTest$new(message1, message2)
} # }
## -----------------------------------
## Method `MoreFeatureTest$testLogging()`
## -----------------------------------
if (FALSE) { # \dontrun{
# appropriate parameter values must be provided
instance$testLogging()
} # }
## -----------------------------------
## Method `MoreFeatureTest$throwCatchable()`
## -----------------------------------
if (FALSE) { # \dontrun{
# appropriate parameter values must be provided
instance$throwCatchable()
} # }
## -----------------------------------
## Method `MoreFeatureTest$printMessage()`
## -----------------------------------
if (FALSE) { # \dontrun{
# appropriate parameter values must be provided
instance$printMessage()
} # }
## -----------------------------------
## Method `MoreFeatureTest$throwRuntime()`
## -----------------------------------
if (FALSE) { # \dontrun{
# appropriate parameter values must be provided
instance$throwRuntime()
} # }