This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <property> | |
| <name>zeppelin.spark.enableSupportedVersionCheck</name> | |
| <value>false</value> | |
| <description></description> | |
| </property> | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | System check identified some issues: | |
| WARNINGS: | |
| ?: (1_8.W001) The standalone TEMPLATE_* settings were deprecated in Django 1.8 and the TEMPLATES dictionary takes precedence. You must put the values of the following settings into your default TEMPLATES dict: TEMPLATE_DIRS. | |
| System check identified 1 issue (0 silenced). | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | import org.junit.Test; | |
| import static com.googlecode.catchexception.CatchException.caughtException; | |
| import static com.googlecode.catchexception.apis.CatchExceptionAssertJ.then; | |
| import static com.googlecode.catchexception.apis.CatchExceptionAssertJ.when; | |
| import static org.mockito.BDDMockito.given; | |
| public class SomeServiceTest { | |
| private SomeService myMock; |