46 lines
1.6 KiB
JSON
46 lines
1.6 KiB
JSON
{
|
|
"path": "$OET_PATH/testcases/function_test/pkg_test/openwebbeans/openwebbeans-test",
|
|
"machine num": 1,
|
|
"cases": [
|
|
{
|
|
"name": "test_openwebbeans-test_function_di",
|
|
"desc": "Test dependency injection functionality"
|
|
},
|
|
{
|
|
"name": "test_openwebbeans-test_function_event",
|
|
"desc": "Test event handling functionality"
|
|
},
|
|
{
|
|
"name": "test_openwebbeans-test_function_install",
|
|
"desc": "Test installation of the openwebbeans-test package"
|
|
},
|
|
{
|
|
"name": "test_openwebbeans-test_function_uninstall",
|
|
"desc": "Test uninstallation of the openwebbeans-test package"
|
|
},
|
|
{
|
|
"name": "test_openwebbeans-test_function_version",
|
|
"desc": "Test checking the installed package version"
|
|
},
|
|
{
|
|
"name": "test_openwebbeans-test_function_help",
|
|
"desc": "Test accessing the package help or usage information"
|
|
},
|
|
{
|
|
"name": "test_openwebbeans-test_function_basic_bean",
|
|
"desc": "Test basic bean creation and injection"
|
|
},
|
|
{
|
|
"name": "test_openwebbeans-test_function_scope",
|
|
"desc": "Test bean scope functionality (e.g., @ApplicationScoped, @RequestScoped)"
|
|
},
|
|
{
|
|
"name": "test_openwebbeans-test_function_interceptor",
|
|
"desc": "Test interceptor binding and execution"
|
|
},
|
|
{
|
|
"name": "test_openwebbeans-test_function_alternatives",
|
|
"desc": "Test the use of @Alternative and selection"
|
|
}
|
|
]
|
|
} |