OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:defaultthread
(Results
1 - 1
of
1
) sorted by null
/external/guava/guava-tests/test/com/google/common/util/concurrent/
ThreadFactoryBuilderTest.java
61
Thread
defaultThread
=
63
assertEquals(
defaultThread
.isDaemon(), thread.isDaemon());
64
assertEquals(
defaultThread
.getPriority(), thread.getPriority());
65
assertSame(
defaultThread
.getThreadGroup(), thread.getThreadGroup());
66
assertSame(
defaultThread
.getUncaughtExceptionHandler(),
Completed in 158 milliseconds