홈
배틀 크래프트
워크북
메멘토
독해 지수
멤버십
fico
파트너스
로그인
홈
배틀 크래프트
워크북
메멘토
독해 지수
멤버십
fico
파트너스
로그인
2024.
Reading Is An Intelligent Sport.
Our mission is to make everything about sentences.
Please stay here and make your dreams.
subj
verb
obj
comp
o.c.
좌우로 넘겨 앞뒤 문장을 탐색할 수 있습니다.
지문 분석결과
fico가 지문 학습에 필요한 것들을 구성하여 학습 효율성을 제공해 드립니다.
노트나 질문을 통해 자신만의 지문 노트를 만들어 관리해 보세요.
Spring framework 정복
Spring framework 정복
Key Abstractions
check_circle
cancel
print
원문
분석 결과
단어 목록
해석
지문 전체 문장
문장을 클릭하면 해당 문장의 구문 분석 내용을 보여줍니다.
Key Abstractions
TestContext encapsulates the context in which a test is run (agnostic of the actual testing framework in use) and provides context management and caching support for the test instance for which it is responsible.
The TestContext also delegates to a SmartContextLoader to load an ApplicationContext if requested.
TestContextManager is the main entry point into the Spring TestContext Framework and is responsible for managing a single TestContext and signaling events to each registered TestExecutionListener at well-defined test execution points...
Prior to any "before class" or "before all" methods of a particular testing framework.
Spring provides the following implementations: DelegatingSmartContextLoader: One of two default loaders, it delegates internally to an AnnotationConfigContextLoader, a GenericXmlContextLoader, or a GenericGroovyXmlContextLoader, depending either on the configuration declared for the test class or on the presence of default locations or default configuration classes.
Groovy support is enabled only if Groovy is on the classpath.
WebDelegatingSmartContextLoader: One of two default loaders, it delegates internally to an AnnotationConfigWebContextLoader, a GenericXmlWebContextLoader, or a GenericGroovyXmlWebContextLoader, depending either on the configuration declared for the test class or on the presence of default locations or default configuration classes.
A web ContextLoader is used only if @WebAppConfiguration is present on the test class.
AnnotationConfigContextLoader: Loads a standard ApplicationContext from component classes.
AnnotationConfigWebContextLoader: Loads a WebApplicationContext from component classes.
GenericGroovyXmlContextLoader: Loads a standard ApplicationContext from resource locations that are either Groovy scripts or XML configuration files.
GenericGroovyXmlWebContextLoader: Loads a WebApplicationContext from resource locations that are either Groovy scripts or XML configuration files.
GenericXmlContextLoader: Loads a standard ApplicationContext from XML resource locations.
GenericXmlWebContextLoader: Loads a WebApplicationContext from XML resource locations.
Test instance post-processing.
Prior to any "before" or "before each" methods of a particular testing framework.
Immediately before execution of the test method but after test setup.
Immediately after execution of the test method but before test tear down.
After any "after" or "after each" methods of a particular testing framework.
After any "after class" or "after all" methods of a particular testing framework.
TestExecutionListener defines the API for reacting to test-execution events published by the TestContextManager with which the listener is registered.
See TestExecutionListener Configuration.
ContextLoader is a strategy interface for loading an ApplicationContext for an integration test managed by the Spring TestContext Framework.
You should implement SmartContextLoader instead of this interface to provide support for component classes, active bean definition profiles, test property sources, context hierarchies, and WebApplicationContext support.
SmartContextLoader is an extension of the ContextLoader interface that supersedes the original minimal ContextLoader SPI.
Specifically, a SmartContextLoader can choose to process resource locations, component classes, or context initializers.
Furthermore, a SmartContextLoader can set active bean definition profiles and test property sources in the context that it loads.
description
question_answer
지문 노트목록
지문단위의 해석이나 의미 등 내용에 대한 설명입니다.
등록된 노트가 없습니다.
지문에 대한 질문목록
이 지문과 관련된 질문이 있다면 이곳에서 등록해 보세요. (예를들면, 이 지문과 관련된 문제 풀이가 궁금할 때)
지문에 사용된 특정 문장에 대한 궁금증은 해당 문장의 헬프fico쌤에 등록하는 것이 좋습니다.
add
등록된 질문이 없습니다.
fico
문장 분석
이 지문에 대해 AI는 다음과 같은 문장들로 구분하였습니다.
문장 구분과 분석의 정확성을 높이려면
'fico 정확성을 높이려면'
을 참고하세요
play_circle
tune
close
add_circle_outline
list_alt
해석 목록
여러 AI의 해석들을 제공해 드립니다.
inventory_2
단어 목록
● 단어 목록에 OpenVocas로 등록된 구가 있습니다.
문장에서 등장하는 단어를 fico가 대신 검색하여 제공해 드립니다. 단어를 눌러서 발음을 들어보세요.
해당 문장에서 fico AI가 설정한 난이도 이상의 단어를 찾지 못했습니다.
sticky_note_2
노트 메모
학습에 필요한 나만의 메모를 남겨보세요.
등록된 노트가 없습니다.
tips_and_updates
인덱스 핑거
현재 문장과 유사한 구조를 가지거나 보충 학습할 수 있는 예문들을 추천합니다.
원문과 유사한
fico score
및 구문 구조를 갖는 문장이 없을 경우 검색되지 않을 수 있습니다.
해당 문장에서 fico AI가 설정한 난이도 이상의 단어를 찾지 못했습니다.
등록된 노트가 없습니다.
add_circle_outline
keyboard_double_arrow_up
tune
음성 설정
play_circle
듣기
등록된 노트가 없습니다.
add_circle_outline
상세한 구문 분석을 보고 싶은 문장을 선택하세요.
1
TestContext encapsulates the context in which a test is run (agnostic of the actual testing framework in use) and provides context management and caching support for the test instance for which it is responsible.
2
The TestContext also delegates to a SmartContextLoader to load an ApplicationContext if requested.
3
TestContextManager is the main entry point into the Spring TestContext Framework and is responsible for managing a single TestContext and signaling events to each registered TestExecutionListener at well-defined test execution points...
4
Prior to any "before class" or "before all" methods of a particular testing framework.
5
Spring provides the following implementations: DelegatingSmartContextLoader: One of two default loaders, it delegates internally to an AnnotationConfigContextLoader, a GenericXmlContextLoader, or a GenericGroovyXmlContextLoader, depending either on the configuration declared for the test class or on the presence of default locations or default configuration classes.
6
Groovy support is enabled only if Groovy is on the classpath.
7
WebDelegatingSmartContextLoader: One of two default loaders, it delegates internally to an AnnotationConfigWebContextLoader, a GenericXmlWebContextLoader, or a GenericGroovyXmlWebContextLoader, depending either on the configuration declared for the test class or on the presence of default locations or default configuration classes.
8
A web ContextLoader is used only if @WebAppConfiguration is present on the test class.
9
AnnotationConfigContextLoader: Loads a standard ApplicationContext from component classes.
10
AnnotationConfigWebContextLoader: Loads a WebApplicationContext from component classes.
11
GenericGroovyXmlContextLoader: Loads a standard ApplicationContext from resource locations that are either Groovy scripts or XML configuration files.
12
GenericGroovyXmlWebContextLoader: Loads a WebApplicationContext from resource locations that are either Groovy scripts or XML configuration files.
13
GenericXmlContextLoader: Loads a standard ApplicationContext from XML resource locations.
14
GenericXmlWebContextLoader: Loads a WebApplicationContext from XML resource locations.
15
Test instance post-processing.
16
Prior to any "before" or "before each" methods of a particular testing framework.
17
Immediately before execution of the test method but after test setup.
18
Immediately after execution of the test method but before test tear down.
19
After any "after" or "after each" methods of a particular testing framework.
20
After any "after class" or "after all" methods of a particular testing framework.
21
TestExecutionListener defines the API for reacting to test-execution events published by the TestContextManager with which the listener is registered.
22
See TestExecutionListener Configuration.
23
ContextLoader is a strategy interface for loading an ApplicationContext for an integration test managed by the Spring TestContext Framework.
24
You should implement SmartContextLoader instead of this interface to provide support for component classes, active bean definition profiles, test property sources, context hierarchies, and WebApplicationContext support.
25
SmartContextLoader is an extension of the ContextLoader interface that supersedes the original minimal ContextLoader SPI.
26
Specifically, a SmartContextLoader can choose to process resource locations, component classes, or context initializers.
27
Furthermore, a SmartContextLoader can set active bean definition profiles and test property sources in the context that it loads.
screen_rotation
지문에 사용된 특정 문장에 대한 궁금증은 해당 문장의 헬프fico쌤에 등록하는 것이 좋습니다.