feature-test-d v1.0.0 (2015-10-19T01:33:39Z)
Dub
Repo
FeatureTestException
feature_test
exceptions
Undocumented in source.
class
FeatureTestException : Exception {
this
(string s, string file, typeof(__LINE__) line);
this
(string file, typeof(__LINE__) line);
bool
pending
;
}
Constructors
this
this
(string s, string file, typeof(__LINE__) line)
Undocumented in source.
this
this
(string file, typeof(__LINE__) line)
Undocumented in source.
Members
Variables
pending
bool
pending
;
Undocumented in source.
Meta
Source
See Implementation
feature_test
exceptions
classes
FeatureTestException