Sha256: edb13267710dd416abb130145f3affbdb0fb31c61e9bcacb94aca8a632786100
Contents?: true
Size: 233 Bytes
Versions: 4
Compression:
Stored size: 233 Bytes
Contents
module Jeka module Analysis class TestCase include DataMapper::Resource property :id, Serial property :name, String belongs_to :algorithm has n, :tests end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
jeka-0.2.3 | lib/jeka/analysis/test_case.rb |
jeka-0.2.2 | lib/jeka/analysis/test_case.rb |
jeka-0.2.1 | lib/jeka/analysis/test_case.rb |
jeka-0.2.0 | lib/jeka/analysis/test_case.rb |