package com.ausregistry.jtoolkit2.session; import org.junit.Before; import org.junit.Test; public class SessionManagerPropertiesImplTest { @Before public void setUp() throws Exception { } @Test public void shouldGetTheCorrectHttpsHostName() { } }