aboutsummaryrefslogtreecommitdiffstats
path: root/cloudify-client/src/test
AgeCommit message (Collapse)AuthorFilesLines
2020-08-31deleted all cloudify support from soBenjamin, Max9-1181/+0
deleted all cloudify support from so unmaintained client causing dependency issues Issue-ID: SO-3209 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I6e15ac0b9d031e13a13e0053bbe61855d725c773
2019-04-08Replaced all tabs with spaces in java and pom.xmlBenjamin, Max (mb388a)9-699/+694
Added in maven plugins to enforce coding style rules Added in eclipse java formatting xml Change-Id: I3727bbf4ce8dc66abfd8ad21b6cfd0890c5d3ff0 Issue-ID: SO-1765 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2018-11-14junits for HttpClientRedirectStrategyTomasz Gwozdecki1-1/+27
-Added new test for HttpClientRedirectStrategy -Tests for method getRedirect Change-Id: Ifb8cd2becc515ed349ecaed99b5b2f902b253b03 Issue-ID: SO-814 Signed-off-by: Tomasz Gwozdecki <tomasz.gwozdecki@nokia.com>
2018-10-29junits for HttpClientRedirectStrategyTomasz Gwozdecki1-0/+18
-Added new test for HttpClientRedirectStrategy -Tests for method getRedirect Change-Id: Id3adf920c1e3e53d93aa3658f147d571cb631f94 Issue-ID: SO-814 Signed-off-by: Tomasz Gwozdecki <tomasz.gwozdecki@nokia.com>
2018-09-18junits for HttpClientRedirectStrategyTomasz Gwozdecki1-0/+50
-Added new tests for HttpClientRedirectStrategy -Tests for method getRedirect Change-Id: Ica45eac1cbf65170b5b9c84f002b05884c36f5a0 Issue-ID: SO-814 Signed-off-by: Tomasz Gwozdecki <tomasz.gwozdecki@nokia.com>
2018-08-09junits for HttpClientRedirectStrategyTomasz Gwozdecki1-0/+53
-Added new test class for HttpClientRedirectStrategy -Test for method isRedirectable Change-Id: I631ba978262316799fa10ddab4af4cfbb35dafd9 Issue-ID: SO-814 Signed-off-by: Tomasz Gwozdecki <tomasz.gwozdecki@nokia.com>
2018-07-31Containerization feature of SOBenjamin, Max (mb388a)8-68/+71
Change-Id: I95381232eeefcd247a66a5cec370a8ce1c288e18 Issue-ID: SO-670 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2018-04-10Cloudify REST Client unit tests IIArthur Martella3-0/+261
Adding tests missed in previous commit Change-Id: I72762b1a598b4326710f8cbbc5a5588ee871a48a Issue-ID: SO-489 Signed-off-by: Arthur Martella <amartell@research.att.com>
2018-04-06Cloudify REST Client unit testsArthur Martella5-6/+568
Change-Id: I8a9c50a08106f51b867598265bce3993e0ea1af9 Issue-ID: SO-489 Signed-off-by: Arthur Martella <amartell@research.att.com>
2018-03-19Initial cloudify client unit test cleanupArthur Martella1-8/+1
Remove garbage output lines. Change-Id: I15524a883adcd49698d25cc42f6a461761457f97 Issue-ID: SO-489 Signed-off-by: Arthur Martella <amartell@research.att.com>
2018-03-19Add some initial unit test to cloudify clientArthur Martella2-0/+220
See also: MSO-2317 R1806 Change-Id: Ia5539fe2adc1e8c3159bc767c2b7eaa0114094f1 Issue-ID: SO-489 Signed-off-by: Arthur Martella <amartell@research.att.com>