From 07b7ba00a053a26a5eef39070bff5297c630c5ce Mon Sep 17 00:00:00 2001 From: ramverma Date: Thu, 31 Jan 2019 13:09:00 +0000 Subject: Create basic structure of pap component 1) Creating the basic code structure of pap component which includes main sub-module having Main, PapActivator, PapCommandLineArguments, PapParameterGroup & PapParameterHandler. Along with few exception classes. Basicalliy the structure follows the pattern developed in policy/distribution component. 2) Created the related unit test cases and required test resources. Change-Id: I67c82f9d072e6c8a306cb983accb693da70e58a2 Issue-ID: POLICY-1476 Signed-off-by: ramverma --- .../src/test/resources/parameters/PapConfigParameters_InvalidName.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 main/src/test/resources/parameters/PapConfigParameters_InvalidName.json (limited to 'main/src/test/resources/parameters/PapConfigParameters_InvalidName.json') diff --git a/main/src/test/resources/parameters/PapConfigParameters_InvalidName.json b/main/src/test/resources/parameters/PapConfigParameters_InvalidName.json new file mode 100644 index 00000000..1a466d01 --- /dev/null +++ b/main/src/test/resources/parameters/PapConfigParameters_InvalidName.json @@ -0,0 +1,3 @@ +{ + "name":" " +} -- cgit 1.2.3-korg