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