Sha256: 1e7f7ec6e407867e3a1ff8d490324bf9e6646f45b1e19b74961a24a882d60b41

Contents?: true

Size: 496 Bytes

Versions: 27

Compression:

Stored size: 496 Bytes

Contents

# An example of creating an entire test program from
# a single source file
Flow.create do

  self.resources_filename = 'prb2'

  func :erase_all, :duration => :dynamic

  func :margin_read1_all1

  func :erase_all, :duration => :dynamic
  func :margin_read1_all1

  import 'components/prb2_main'

  func :erase_all, :duration => :dynamic
  func :margin_read1_all1, :id => 'erased_successfully'

  if_enable 'extra_tests' do
    import 'components/prb2_main'
  end

  func :margin_read1_all1
end

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
origen_testers-0.8.7 program/prb2.rb
origen_testers-0.8.6 program/prb2.rb
origen_testers-0.8.5 program/prb2.rb
origen_testers-0.8.4 program/prb2.rb
origen_testers-0.8.3 program/prb2.rb
origen_testers-0.8.2 program/prb2.rb
origen_testers-0.8.1 program/prb2.rb
origen_testers-0.8.0 program/prb2.rb
origen_testers-0.8.0.pre1 program/prb2.rb
origen_testers-0.7.13 program/prb2.rb
origen_testers-0.7.12 program/prb2.rb
origen_testers-0.7.11 program/prb2.rb
origen_testers-0.7.10 program/prb2.rb
origen_testers-0.7.9 program/prb2.rb
origen_testers-0.7.8 program/prb2.rb
origen_testers-0.7.7 program/prb2.rb
origen_testers-0.7.6 program/prb2.rb
origen_testers-0.7.5 program/prb2.rb
origen_testers-0.7.4 program/prb2.rb
origen_testers-0.7.3 program/prb2.rb