Features Class
Feature detection
Methods
add
(
-
cat
-
name
-
o
Add a test to the system
Y.Features.add("load", "1", {});
all
(
String
-
cat
-
args
Execute all tests of a given category and return the serialized results
caps=1:1;2:1;3:0
Parameters:
Returns:
String:
A semi-colon separated string of tests and their success/failure: 1:1;2:1;3:0