コード例 #1
0
 private void configure() {
   when(configuration.getSmtpHost()).thenReturn("localhost");
   when(configuration.getSmtpPort()).thenReturn(port);
   when(configuration.getFrom()).thenReturn("server@nowhere");
   when(configuration.getPrefix()).thenReturn("[SONARQUBE]");
   when(configuration.getServerBaseURL()).thenReturn("http://nemo.sonarsource.org");
 }