MCPcopy Create free account
hub / github.com/KLayout/klayout / test_1

Method test_1

testdata/ruby/dbLayoutDiff.rb:77–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75class DBLayoutDiff_TestClass < TestBase
76
77 def test_1
78
79 a = RBA::Layout::new
80 a.dbu = 0.1
81
82 b = RBA::Layout::new
83 b.dbu = 0.001
84
85 res = compare(a, b)
86 assert_equal(res, <<"END")
87on_dbu_differs 0.1 0.001
88END
89
90 end
91
92 def test_2
93

Callers

nothing calls this directly

Calls 2

compareFunction · 0.70
dbuMethod · 0.45

Tested by

no test coverage detected