classdef test_requestnames_TCV < test_requestnames % everything is implemented in superclass! properties Machine = 'TCV'; Skiplist = {''}; % skip these calls end properties(TestParameter) % parameters that will vary during tests shot = {'48836'}; request = get_all_gdat_requests('TCV'); end end