Class KafkaSecurityConfigurationTest

java.lang.Object
com.reallifedeveloper.common.infrastructure.messaging.KafkaSecurityConfigurationTest

public class KafkaSecurityConfigurationTest extends Object
  • Constructor Details

    • KafkaSecurityConfigurationTest

      public KafkaSecurityConfigurationTest()
  • Method Details

    • applySecurityConfigurationStoresTheProperty

      @Test public void applySecurityConfigurationStoresTheProperty() throws Exception
      Throws:
      Exception
    • applySecurityConfigurationTwiceWithSamePropertyShouldFail

      @Test public void applySecurityConfigurationTwiceWithSamePropertyShouldFail() throws Exception
      Throws:
      Exception
    • applySecurityConfigurationWithTruststoreLocationSupportsClasspathValue

      @Test public void applySecurityConfigurationWithTruststoreLocationSupportsClasspathValue() throws Exception
      Throws:
      Exception
    • applySecurityConfigurationWithTruststoreLocationFailsIfClasspathResourceDoesNotExist

      @Test public void applySecurityConfigurationWithTruststoreLocationFailsIfClasspathResourceDoesNotExist() throws Exception
      Throws:
      Exception
    • applySecurityConfigurationWithTruststoreLocationSupportsNonClasspathValue

      @Test public void applySecurityConfigurationWithTruststoreLocationSupportsNonClasspathValue() throws Exception
      Throws:
      Exception