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

Method test_3

testdata/ruby/dbLayoutDiff.rb:208–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206 end
207
208 def test_3
209
210 a = RBA::Layout::new
211 l1a = a.layer(1, 0, "X")
212
213 b = RBA::Layout::new
214 l1b = b.layer(1, 0, "Y")
215
216 res = compare(a, b)
217 assert_equal(res, <<"END")
218on_layer_name_differs X (1/0) Y (1/0)
219END
220
221 end
222
223 def test_4
224

Callers

nothing calls this directly

Calls 2

compareFunction · 0.70
layerMethod · 0.45

Tested by

no test coverage detected