Skip to content
Snippets Groups Projects
test_requestnames_aug.m 362 B
Newer Older
classdef test_requestnames_aug < test_requestnames
  % everything implemented in superclass
  
    Machine = 'AUG';
  properties(TestParameter)
    % parameters that will vary during tests
    shot  = {'30594'};
Federico Felici's avatar
Federico Felici committed
    requests_fast = get_all_gdat_requests('AUG','fast');
    requests_slow = get_all_gdat_requests('AUG','slow');