Home » 
        MCQs » 
        EasyMock MCQs
    
        
    If easymock.notThreadSafeByDefault=True then ____?
    
    
    
	12. If easymock.notThreadSafeByDefault=True then ____?
    
      - By default, a mock will be thread-safe.
 
      - By default, a mock will not be thread-safe.
 
      - None
 
    
    Answer: B) By default, a mock will not be thread-safe.
    Explanation:
    If easymock.notThreadSafeByDefault=True then, By default, a mock will not be thread-safe.