aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/test/java/org/onap/vid/aai/util/HttpsAuthClientTest.java
blob: a26c431e8f64189f14c1ffaeb00efbd1e8068ccf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
package org.onap.vid.aai.util;

import org.junit.Test;

public class HttpsAuthClientTest {

    /*
    TO BE IMPLEMENTED
    
    private HttpsAuthClient createTestSubject() {
        return new HttpsAuthClient();
    }

    @Test
    public void testGetClient() throws Exception {
        String certFilePath = "";

        // default test
        HttpsAuthClient.getClient(certFilePath);
    }
    */
}