Guest User

Untitled

a guest
Jan 22nd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MatLab 0.17 KB | None | 0 0
  1. classdef(SharedFixtures={Class1,Class2}) FooTest < matlab.unittest.TestCase
  2.  
  3.  
  4.     methods(Test)
  5.         function testFooBar(testCase)
  6.  
  7.         end
  8.  
  9.     end
  10.  
  11. end
Add Comment
Please, Sign In to add comment