Module: Xot::Tester

Defined in:
ext/xot/tester.cpp

Class Method Summary collapse

Class Method Details

.test_nativeObject



134
135
136
137
138
139
140
141
142
143
# File 'ext/xot/tester.cpp', line 134

static VALUE
test_native (VALUE self)
{
	if (!test_string())    return false;
	if (!test_time())      return false;
	if (!test_exception()) return false;
	if (!test_ref())       return false;
	if (!test_util())      return false;
	return true;
}