Home
last modified time | relevance | path

Searched refs:stringChannel (Results 1 – 14 of 14) sorted by relevance

/dports/textproc/spiff/spiff-1.0.8/vendor/github.com/onsi/gomega/matchers/
H A Dreceive_matcher_test.go134 stringChannel := make(chan []string, 1)
135 stringChannel <- []string{"foo", "bar", "baz"}
136 Ω(stringChannel).Should(Receive(ContainElement(ContainSubstring("fo"))))
138 stringChannel <- []string{"foo", "bar", "baz"}
139 Ω(stringChannel).ShouldNot(Receive(ContainElement(ContainSubstring("archipelago"))))
155 stringChannel := make(chan string)
159 stringChannel <- "A"
161 stringChannel <- "B"
164 Eventually(stringChannel).Should(Receive(Equal("B")))
/dports/net/storj/storj-1.45.3/vendor/github.com/cloudfoundry/gosigar/vendor/github.com/onsi/gomega/matchers/
H A Dreceive_matcher_test.go134 stringChannel := make(chan []string, 1)
135 stringChannel <- []string{"foo", "bar", "baz"}
136 Ω(stringChannel).Should(Receive(ContainElement(ContainSubstring("fo"))))
138 stringChannel <- []string{"foo", "bar", "baz"}
139 Ω(stringChannel).ShouldNot(Receive(ContainElement(ContainSubstring("archipelago"))))
155 stringChannel := make(chan string)
159 stringChannel <- "A"
161 stringChannel <- "B"
164 Eventually(stringChannel).Should(Receive(Equal("B")))
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/cloudfoundry/socks5-proxy/vendor/github.com/onsi/gomega/matchers/
H A Dreceive_matcher_test.go134 stringChannel := make(chan []string, 1)
135 stringChannel <- []string{"foo", "bar", "baz"}
136 Ω(stringChannel).Should(Receive(ContainElement(ContainSubstring("fo"))))
138 stringChannel <- []string{"foo", "bar", "baz"}
139 Ω(stringChannel).ShouldNot(Receive(ContainElement(ContainSubstring("archipelago"))))
155 stringChannel := make(chan string)
159 stringChannel <- "A"
161 stringChannel <- "B"
164 Eventually(stringChannel).Should(Receive(Equal("B")))
/dports/net/bosh-bootloader/bosh-bootloader-7.2.12/vendor/github.com/onsi/gomega/matchers/
H A Dreceive_matcher_test.go134 stringChannel := make(chan []string, 1)
135 stringChannel <- []string{"foo", "bar", "baz"}
136 Expect(stringChannel).Should(Receive(ContainElement(ContainSubstring("fo"))))
138 stringChannel <- []string{"foo", "bar", "baz"}
139 Expect(stringChannel).ShouldNot(Receive(ContainElement(ContainSubstring("archipelago"))))
155 stringChannel := make(chan string)
159 stringChannel <- "A"
161 stringChannel <- "B"
164 Eventually(stringChannel).Should(Receive(Equal("B")))
/dports/security/lego/lego-4.5.3/vendor/github.com/onsi/gomega/matchers/
H A Dreceive_matcher_test.go158 stringChannel := make(chan []string, 1)
159 stringChannel <- []string{"foo", "bar", "baz"}
160 Expect(stringChannel).Should(Receive(ContainElement(ContainSubstring("fo"))))
162 stringChannel <- []string{"foo", "bar", "baz"}
163 Expect(stringChannel).ShouldNot(Receive(ContainElement(ContainSubstring("archipelago"))))
179 stringChannel := make(chan string)
183 stringChannel <- "A"
185 stringChannel <- "B"
188 Eventually(stringChannel).Should(Receive(Equal("B")))
/dports/devel/app-builder/app-builder-3.4.2/vendor/github.com/onsi/gomega/matchers/
H A Dreceive_matcher_test.go158 stringChannel := make(chan []string, 1)
159 stringChannel <- []string{"foo", "bar", "baz"}
160 Expect(stringChannel).Should(Receive(ContainElement(ContainSubstring("fo"))))
162 stringChannel <- []string{"foo", "bar", "baz"}
163 Expect(stringChannel).ShouldNot(Receive(ContainElement(ContainSubstring("archipelago"))))
179 stringChannel := make(chan string)
183 stringChannel <- "A"
185 stringChannel <- "B"
188 Eventually(stringChannel).Should(Receive(Equal("B")))
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/onsi/gomega/matchers/
H A Dreceive_matcher_test.go158 stringChannel := make(chan []string, 1)
159 stringChannel <- []string{"foo", "bar", "baz"}
160 Expect(stringChannel).Should(Receive(ContainElement(ContainSubstring("fo"))))
162 stringChannel <- []string{"foo", "bar", "baz"}
163 Expect(stringChannel).ShouldNot(Receive(ContainElement(ContainSubstring("archipelago"))))
179 stringChannel := make(chan string)
183 stringChannel <- "A"
185 stringChannel <- "B"
188 Eventually(stringChannel).Should(Receive(Equal("B")))
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/onsi/gomega/matchers/
H A Dreceive_matcher_test.go158 stringChannel := make(chan []string, 1)
159 stringChannel <- []string{"foo", "bar", "baz"}
160 Expect(stringChannel).Should(Receive(ContainElement(ContainSubstring("fo"))))
162 stringChannel <- []string{"foo", "bar", "baz"}
163 Expect(stringChannel).ShouldNot(Receive(ContainElement(ContainSubstring("archipelago"))))
179 stringChannel := make(chan string)
183 stringChannel <- "A"
185 stringChannel <- "B"
188 Eventually(stringChannel).Should(Receive(Equal("B")))
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/onsi/gomega/matchers/
H A Dreceive_matcher_test.go158 stringChannel := make(chan []string, 1)
159 stringChannel <- []string{"foo", "bar", "baz"}
160 Expect(stringChannel).Should(Receive(ContainElement(ContainSubstring("fo"))))
162 stringChannel <- []string{"foo", "bar", "baz"}
163 Expect(stringChannel).ShouldNot(Receive(ContainElement(ContainSubstring("archipelago"))))
179 stringChannel := make(chan string)
183 stringChannel <- "A"
185 stringChannel <- "B"
188 Eventually(stringChannel).Should(Receive(Equal("B")))
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/github.com/onsi/gomega/matchers/
H A Dreceive_matcher_test.go158 stringChannel := make(chan []string, 1)
159 stringChannel <- []string{"foo", "bar", "baz"}
160 Expect(stringChannel).Should(Receive(ContainElement(ContainSubstring("fo"))))
162 stringChannel <- []string{"foo", "bar", "baz"}
163 Expect(stringChannel).ShouldNot(Receive(ContainElement(ContainSubstring("archipelago"))))
179 stringChannel := make(chan string)
183 stringChannel <- "A"
185 stringChannel <- "B"
188 Eventually(stringChannel).Should(Receive(Equal("B")))
/dports/dns/blocky/blocky-0.17/vendor/github.com/onsi/gomega/matchers/
H A Dreceive_matcher_test.go158 stringChannel := make(chan []string, 1)
159 stringChannel <- []string{"foo", "bar", "baz"}
160 Expect(stringChannel).Should(Receive(ContainElement(ContainSubstring("fo"))))
162 stringChannel <- []string{"foo", "bar", "baz"}
163 Expect(stringChannel).ShouldNot(Receive(ContainElement(ContainSubstring("archipelago"))))
179 stringChannel := make(chan string)
183 stringChannel <- "A"
185 stringChannel <- "B"
188 Eventually(stringChannel).Should(Receive(Equal("B")))
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/onsi/gomega/matchers/
H A Dreceive_matcher_test.go158 stringChannel := make(chan []string, 1)
159 stringChannel <- []string{"foo", "bar", "baz"}
160 Expect(stringChannel).Should(Receive(ContainElement(ContainSubstring("fo"))))
162 stringChannel <- []string{"foo", "bar", "baz"}
163 Expect(stringChannel).ShouldNot(Receive(ContainElement(ContainSubstring("archipelago"))))
179 stringChannel := make(chan string)
183 stringChannel <- "A"
185 stringChannel <- "B"
188 Eventually(stringChannel).Should(Receive(Equal("B")))
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/onsi/gomega/matchers/
H A Dreceive_matcher_test.go158 stringChannel := make(chan []string, 1)
159 stringChannel <- []string{"foo", "bar", "baz"}
160 Expect(stringChannel).Should(Receive(ContainElement(ContainSubstring("fo"))))
162 stringChannel <- []string{"foo", "bar", "baz"}
163 Expect(stringChannel).ShouldNot(Receive(ContainElement(ContainSubstring("archipelago"))))
179 stringChannel := make(chan string)
183 stringChannel <- "A"
185 stringChannel <- "B"
188 Eventually(stringChannel).Should(Receive(Equal("B")))
/dports/audio/csound/csound-6.15.0/interfaces/
H A Dctcsound.py1785 def stringChannel(self, name, string): member in Csound