# https://dev-delphi-api.delphiplatform.io/api-docs/swagger-ui/index.html?configUrl=/v3/api-docs/swagger-config&urls.primaryName=v3#/Charts/spotify.tracks.charts.removals # Test factors # Required: null trackIds: empty, trackId, trackIdEqTrackIds isrc: empty, isrc, isrcEqIsrcs previousDate: empty, previousDate date: empty, date trackStateIncludes: empty, trackStateIncludes, trackStateIncludesEqTrackStateIncludesFew chartTypes: empty, chartType, chartTypeEqChartTypes chartBreakdowns: empty, chartBreakdown chartCountryCodes: empty, chartCountryCode, chartCountryCodeEqChartCountryCodes chartMinRank: empty, chartMinRank chartMaxRank: empty, chartMaxRank minTrackPosition: empty, minTrackPosition maxTrackPosition: empty, maxTrackPosition # Constraints if [trackIds] <> "empty" then [isrc] in {"empty"}; if [isrc] <> "empty" then [trackIds] in {"empty"}; # pict ${PWD}/src/test/resources/testdata/api/pairwise/get_spotify_tracks_charts_removals.txt > ${PWD}/src/test/resources/testdata/api/pairwise/get_spotify_tracks_charts_removals_testcases.xls