package qcheck-stm
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  State-machine testing library for sequential and parallel model-based tests
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      0.8.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        md5=8e7634814a61bf765ac6989f7fdc49cb
    
    
  sha512=dfa53117ecbf2e466f6ecddfa91d8eb63a3156fe9e1c5a68fd0da26a4c810312581d9ace4c00c4ab1947614f7fb1d6b686003a09da418d2940ac79a7b744a8eb
    
    
  doc/qcheck-stm.stm/STM/SpecDefaults/index.html
Module STM.SpecDefaultsSource
Default implementations for state machine specifications that can be given useful defaults.
The intention is that extended spec modules would include the defaults:
  module MySpec = struct
    include SpecDefaults
    (* ... *)
  endThis way the spec module can usually just continue working after new specifications have been added to SpecExt with defaults in SpecDefaults.
cleanup sut just returns ().
precond cmd state just returns true.
wrap_cmd_seq thunk is equivalent to thunk ().
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >