Module: Xot::Tester

Defined in:
ext/xot/tester.cpp

Class Method Summary collapse

Class Method Details

.test_nativeObject



140
141
142
143
144
145
146
147
148
149
# File 'ext/xot/tester.cpp', line 140

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;
}