Class BinderTestUtils

java.lang.Object
org.springframework.cloud.stream.binder.BinderTestUtils

public abstract class BinderTestUtils extends Object
Author:
Gary Russell
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.springframework.context.support.AbstractApplicationContext
    Mocked application context.
    static final org.springframework.beans.factory.config.ConfigurableListableBeanFactory
    Mocked application bean factory.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • MOCK_AC

      public static final org.springframework.context.support.AbstractApplicationContext MOCK_AC
      Mocked application context.
    • MOCK_BF

      public static final org.springframework.beans.factory.config.ConfigurableListableBeanFactory MOCK_BF
      Mocked application bean factory.
  • Constructor Details

    • BinderTestUtils

      public BinderTestUtils()