class TestMLCatalogFactory
Public Instance Methods
test_all()
click to toggle source
# File vendor/qwik/lib/qwik/ml-catalog-factory.rb, line 20 def test_all cf = QuickML::CatalogFactory.new cf.load_all_here('catalog-ml-??.rb') catalog_ja = cf.get_catalog('ja') assert_equal true, catalog_ja != nil end